Use PEGetGraphAxisInfo to retrieve the several chart axis options that are available.
BOOL CRPE_API PEGetGraphAxisInfo (
short printJob,
short sectionN,
short graphN,
PEGraphAxisInfo FAR * graphAxisInfo );
Specifies the print job from which you want to retrieve chart axis information. | |
Specifies the section of the report containing the chart for which you want to retrieve chart axis information. | |
Specifies for which chart within the section you want to retrieve the chart axis information. This value is 0 | |
Specifies a pointer to PEGraphAxisInfo, which will contain the information retrieved. |
Declare Function PEGetGraphAxisInfo Lib "crpe32.dll" (
ByVal printJob As Integer, ByVal sectionN As Integer,
ByVal graphN As Integer, graphAxisInfo As PEGraphAxisInfo ) As Integer
function PEGetGraphAxisInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphAxisInfo : PEGraphAxisInfo): Bool; {$ifdef WIN32} stdcall; {$endif}
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |